home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / zabezpeceni / aol / ASMonitorSetup_AOL_2.0.0.18.exe / {app} / header.css < prev    next >
Cascading Style Sheet File  |  2006-11-07  |  2KB  |  136 lines

  1.     body 
  2.     {
  3.         font-weight: normal; 
  4.         color: #fff; 
  5.         color: #cbcbcb;
  6.         font-size: .6em; 
  7.         background:#000000;
  8.         margin: 0px;
  9.         padding: 0px;
  10.         border: 1px solid gray; 
  11.         
  12.         
  13.         scrollbar-3dlight-color:#fff;
  14.         scrollbar-arrow-color:#939598;
  15.         scrollbar-base-color:#000;
  16.         scrollbar-darkshadow-color:#7e8082;
  17.         scrollbar-face-color:#e8e8e7;
  18.         scrollbar-highlight-color:#c9cbcf;
  19.         scrollbar-shadow-color:#616365;
  20.         scrollbar-track-color:#939598;
  21.     }
  22.     
  23.     div, b, h1, b#alert
  24.     {
  25.         font-family: Verdana, Arial, Helvetica, sans-serif; 
  26.         line-height: 1.3em; 
  27.     }
  28.     
  29.     b, h1, b#alert
  30.     {
  31.         font-weight: bold;
  32.         font-size: 1em; 
  33.     }
  34.     
  35.     div
  36.     {
  37.         padding: 10px 5px 10px 5px;
  38.         margin: 0px;
  39.     }
  40.     
  41.     div#outline
  42.     {
  43.         margin: 20px;
  44.         margin: 0px;
  45.         padding: 0px;
  46.     }
  47.     
  48.     b
  49.     {
  50.         margin-bottom: 5px;
  51.     }
  52.     
  53.     h1
  54.     {
  55.         margin: 0px;
  56.         padding: 3px 5px 0px 5px;
  57.         display: block;
  58.         height: 24px;
  59.         
  60.         font-size: 1.1em; 
  61.         color: white;
  62.         background: url(./Images/header_back.gif) repeat-x left top;
  63.         
  64.     }
  65.     
  66.     b#alert
  67.     {
  68.         color: red;
  69.         display: block;
  70.         margin: 0px;
  71.     }
  72.     
  73.     b#success
  74.     {
  75.         color: green;
  76.         display: block;
  77.         margin: 0px;
  78.     }
  79.     
  80.     table#history
  81.     {
  82.         padding: 0px;
  83.         margin: 0px;
  84.         border-collapse: collapse;
  85.         width: 100%;
  86.     }
  87.     
  88.     table#history th, td
  89.     {
  90.         vertical-align: bottom;
  91.         text-align: left;
  92.         border-bottom: 1px solid gray;
  93.         padding-left: 5px;
  94.     }
  95.     
  96.     table#history th
  97.     {
  98.         font-weight: bold;
  99.         font-size: 10pt;
  100.         border-bottom: 2px solid gray;
  101.         padding-top: 10px;
  102.     }
  103.     
  104.     table#history td
  105.     {
  106.         font-size: 8pt;
  107.         
  108.     }
  109.     
  110.     table#history td#lable
  111.     {
  112.         width: 150px;
  113.     }
  114.     
  115.     u
  116.     {
  117.         display: block;
  118.         background: black url(./Images/divider_back.gif) repeat-x left center;
  119.         height: 1px;
  120.         text-decoration: none;
  121.         margin: 15px 0px 15px 0px;
  122.     }
  123.     
  124.     a 
  125.     { 
  126.         color: #b7e6e6; 
  127.         border-bottom: 1px solid #b7e6e6; 
  128.         text-decoration: none; 
  129.     }
  130.     
  131.     a:hover 
  132.     { 
  133.         color: #000; 
  134.         border-bottom: 1px solid #F90;
  135.         background-color:#ccc;
  136.     }